Skip to content

Conversation

@jaydeluca
Copy link
Member

@jaydeluca jaydeluca commented Nov 18, 2025

This method is now public in 4.0

The tests were failing because this instrumentation was no longer applying, which meant we were no longer suppressing the INTERNAL consumer spans

image

@jaydeluca jaydeluca requested a review from a team as a code owner November 18, 2025 19:37
@trask
Copy link
Member

trask commented Nov 18, 2025

the remaining failure is in spring rabbit

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'simpleRabbitListenerContainerFactoryConfigurer' defined in class path resource [org/springframework/boot/autoconfigure/amqp/RabbitAnnotationDrivenConfiguration.class]: Failed to instantiate [org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer]: Factory method 'simpleRabbitListenerContainerFactoryConfigurer' threw exception with message: org/springframework/retry/RetryOperations
> org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.autoconfigure.amqp.SimpleRabbitListenerContainerFactoryConfigurer]: Factory method 'simpleRabbitListenerContainerFactoryConfigurer' threw exception with message: org/springframework/retry/RetryOperations
   > java.lang.NoClassDefFoundError: org/springframework/retry/RetryOperations
      > java.lang.ClassNotFoundException: org.springframework.retry.RetryOperations

@trask trask merged commit fcea207 into open-telemetry:main Nov 18, 2025
404 of 409 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants